home *** CD-ROM | disk | FTP | other *** search
- Path: redstone.interpath.net!mercury!softbase
- From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c++
- Subject: Re: can you call vc++ objs from bc++ and vice versa?
- Date: 4 Mar 1996 15:12:17 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4hf18h$t6c@news.interpath.net>
- References: <4h2ibl$r4b@idefix.eunet.fi> <31379113.6FEF@informix.com>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Murali Rajendran (muralir@informix.com) wrote:
-
- : You cannot use objects (e.g. DLLs )
-
- Actually, DLLs are the only thing you *can* use. LIB and OBJ formats
- differ between Borland and MS compilers. But DLL is a common format
- you can even mix and match different languages using.
-
- : different compilers perform name-mangling in different ways
-
- Oh, yeah, as long as you declare everything as extern "C" :)
- DLLs are the only hope of mixing and matching you have.
- A slim hope, but better than nothing.
-
- Scott
-
-